-
Notifications
You must be signed in to change notification settings - Fork 4
chore(release): Publish packages 0.8.0-beta.1 #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- cli_tools@0.8.0-beta.1 - config@0.8.0-beta.1
📝 WalkthroughWalkthroughAdds 0.8.0-beta.1 changelog entries for cli_tools and config, and bumps versions in their pubspec.yaml files. cli_tools also updates its dependency constraint on config to ^0.8.0-beta.1. No source code or public API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (3)
packages/config/CHANGELOG.md (1)
3-3: Fix markdown list indentation (MD007).Remove the leading space before the list dash to satisfy markdownlint.
- - **REVERT**: Do not force strict generic types (#64). +- **REVERT**: Do not force strict generic types (#64).packages/config/pubspec.yaml (1)
2-2: Publish order reminder.Publish config 0.8.0-beta.1 before publishing cli_tools that depends on it, to avoid resolution failures on pub.dev.
packages/cli_tools/CHANGELOG.md (1)
3-4: Fix markdown list indentation (MD007).Remove the leading space before list dashes.
- - **REVERT**: Do not force strict generic types (#64). - - **FEAT**: Experimental command line completion support (#65). +- **REVERT**: Do not force strict generic types (#64). +- **FEAT**: Experimental command line completion support (#65).
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
packages/cli_tools/CHANGELOG.md(1 hunks)packages/cli_tools/pubspec.yaml(2 hunks)packages/config/CHANGELOG.md(1 hunks)packages/config/pubspec.yaml(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
packages/config/CHANGELOG.md
3-3: Unordered list indentation
Expected: 0; Actual: 1
(MD007, ul-indent)
packages/cli_tools/CHANGELOG.md
3-3: Unordered list indentation
Expected: 0; Actual: 1
(MD007, ul-indent)
4-4: Unordered list indentation
Expected: 0; Actual: 1
(MD007, ul-indent)
🔇 Additional comments (5)
packages/config/CHANGELOG.md (1)
1-1: Changelog version matches pubspec. LGTM.packages/config/pubspec.yaml (1)
2-2: Version bump to 0.8.0-beta.1 looks good.packages/cli_tools/pubspec.yaml (2)
2-2: Version bump and dependency update LGTM.Also applies to: 20-20
20-20: Confirm intended semver behavior for prerelease caret.^0.8.0-beta.1 allows prereleases ≥0.8.0-beta.1 and also the eventual stable 0.8.0 (<0.9.0). Confirm that auto-upgrading to stable 0.8.0 when available is desired.
packages/cli_tools/CHANGELOG.md (1)
1-1: Changelog entry added for 0.8.0-beta.1. LGTM.
nielsenko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Summary by CodeRabbit